Source for file config.php
Documentation is available at config.php
$spellCheckerConfig =
array();
// Spellchecker class use
// require_once("classes/TinyPspellShell.class.php"); // Command line pspell
require_once("classes/TinyGoogleSpell.class.php"); // Google web service
// require_once("classes/TinyPspell.class.php"); // Internal PHP version
$spellCheckerConfig['enabled'] =
true;
$spellCheckerConfig['default.language'] =
'en';
$spellCheckerConfig['default.mode'] =
PSPELL_FAST;
// Normaly not required to configure
$spellCheckerConfig['default.spelling'] =
"";
$spellCheckerConfig['default.jargon'] =
"";
$spellCheckerConfig['default.encoding'] =
"";
// Pspell shell specific settings
$spellCheckerConfig['tinypspellshell.aspell'] =
'/usr/bin/aspell';
$spellCheckerConfig['tinypspellshell.tmp'] =
'/tmp';
Documentation generated on Mon, 05 May 2008 16:18:06 +0400 by phpDocumentor 1.4.0